'Declaration
<DispIdAttribute(4)> Function AddCommentAnnot( _ ByVal PreviousGuid As String, _ ByVal Left As Single, _ ByVal Top As Single, _ ByVal Width As Single, _ ByVal Height As Single _ ) As AnnotationComment
[DispId(4)] AnnotationComment AddCommentAnnot( string PreviousGuid, float Left, float Top, float Width, float Height )
function AddCommentAnnot( PreviousGuid: String; Left: Single; Top: Single; Width: Single; Height: Single ): AnnotationComment;
DispIdAttribute(4) function AddCommentAnnot( PreviousGuid : String, Left : float, Top : float, Width : float, Height : float ) : AnnotationComment;
[DispId(4)] AnnotationComment* AddCommentAnnot( string* PreviousGuid, float Left, float Top, float Width, float Height )
[DispId(4)] AnnotationComment^ AddCommentAnnot( String^ PreviousGuid, float Left, float Top, float Width, float Height )
Parameters
- PreviousGuid
- Left
- Top
- Width
- Height